home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 August / Macworld (1997-08).dmg / Shareware World / Info / For Developers / InstallerMaker™ 4.0 Installer / Customizing InstallerMaker / Sample Code / IPk2 Example / IPk2 Test.c next >
C/C++ Source or Header  |  1996-06-10  |  111b  |  7 lines

  1. #include <MacHeaders>
  2.  
  3.  
  4. pascal void main(Cell *aCell,unsigned long *refcon)
  5. {
  6.     aCell->v = 1;    //    select cell 1
  7. }